raar.data
Class RAAgentIO

java.lang.Object
  extended byraar.data.RAAgentIO

public class RAAgentIO
extends java.lang.Object


Field Summary
static java.lang.String version
           
 
Constructor Summary
RAAgentIO()
           
 
Method Summary
static RAGProcessMap fromFile(java.io.File file)
           
static RAGProcessMap fromFile(java.lang.String s)
           
static void toFile(RAGProcessMap agentMap, java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.String version
See Also:
Constant Field Values
Constructor Detail

RAAgentIO

public RAAgentIO()
Method Detail

toFile

public static void toFile(RAGProcessMap agentMap,
                          java.io.File file)
                   throws RAException
Throws:
RAException

fromFile

public static RAGProcessMap fromFile(java.io.File file)
                              throws RAException
Throws:
RAException

fromFile

public static RAGProcessMap fromFile(java.lang.String s)
                              throws RAException
Throws:
RAException